Platform Explorer / Nuxeo Platform 6.0

Extension point probes

Contribution Descriptors

  • Class: org.nuxeo.ecm.core.management.probes.ProbeDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-directory-ldap-6.0.jar
    <extension point="probes" target="org.nuxeo.ecm.core.management.CoreManagementComponent">
             <probe class="org.nuxeo.ecm.directory.ldap.management.LDAPDirectoriesProbe" name="ldapDirectories">
                <label>LDAP probe</label>
                <description>Test access on each declared LDAP Directory</description>
             </probe>
      </extension>
  • nuxeo-core-management-6.0.jar
    <extension point="probes" target="org.nuxeo.ecm.core.management.CoreManagementComponent">
    
        <probe class="org.nuxeo.ecm.core.management.probes.AdministrativeStatusProbe" name="administrativeStatus">
          <label>Local Instance availability</label>
          <description>Test if local Nuxeo Instance is available</description>
        </probe>
      </extension>
  • nuxeo-core-storage-sql-management-6.0.jar
    <extension point="probes" target="org.nuxeo.ecm.core.management.CoreManagementComponent">
             <probe class="org.nuxeo.ecm.core.storage.sql.management.RemoteSessionsProbe" name="remoteSQLStorageSessions">
                      <label>Remote SQL sessions</label>
                      </probe>
             <probe class="org.nuxeo.ecm.core.storage.sql.management.ActiveSessionsProbe" name="activeRepositorySessions">
                      <label>Active (local) SQL sessions</label>
                      </probe>
       </extension>